|
3. Dialog Library -turn page- 4. Window Library |
Reference List Dialog Library |
Clear_Dialog [Box$,]Dialog_Id | |
Box$ | Has no meaning and may allways be omitted. |
Dialog_Id | Dialog identification number. |
Delete dialog box. |
Clear_Parameter Dialog_Id | |
Dialog_Id | Dialog identification number. |
Clear all buttons and texts within a dialog box. |
Dialog_Text$(Line_No,Dialog_Id) | |
Line_No | Line number within the dialog box. |
Dialog_Id | Dialog identification number. |
This is a global string-field which contains the texts of all lines. |
D_Button Line_No,Txt$ | |
Line_No | Line number within the dialog box. |
Txt$ | Text of the button. |
Define normal buttons. |
D_Checkbox Line_No,Txt$ | |
Line_No | Line number within the dialog box. |
Txt$ | Text of the checkbox. |
Define checkboxes. |
D_Edit Dialog_Id[,R Objekt_No[,R Line_No]] | |
Dialog_Id | Dialog identification number. |
Objekt_No | Object number within the line. |
Line_No | Line number within the dialog box. |
Display and edit dialog box. |
D_Edit_ Dialog_Id[,R Objekt_No[,R Zeile]] | |
Dialog_Id | Dialog identification number. |
Objekt_No | Object number within the line. |
Line_No | Line number within the dialog box. |
Edit dialog box. |
D_Empty Line_No | |
Line_No | Line number within the dialog box. |
Define an empty line in dialog box. |
D_Event Dialog_Id,R Object_No[,R Line_No] | |
Dialog_Id | Dialog identification number. |
Object_No | Object number within the line. |
Line_No | Line number within the dialog box. |
Evaluate an event. |
D_Hide Dialog_Id | |
Dialog_Id | Dialog identification number. |
Remove dialog box from the screen. |
D_Output Line_No,Txt$,Output_Len | |
Line_No | Line number within the dialog box. |
Txt$ | Text within the output line. |
Output_Len | Lenght of the output line. |
Define an output line. |
D_Radiobutton Line_No,Txt$ | |
Line_No | Line number within the dialog box. |
Txt$ | Text of the radio button. |
Define radio button. |
D_Redraw Dialog_Id[,Line_No] | |
Dialog_Id | Dialog identification number. |
Line_No | Line number within the dialog box. |
Redraw the whole dialog box or only one line. |
D_Text Line_No,Txt$ | |
Line_No | Line number within the dialog box. |
Txt$ | Text within the line. |
Define a text line in the dialog box. |
D_Title [Line_No,]Txt$ | |
Line_No | Line number within the dialog box. |
Txt$ | Text of the title bar. |
Define a title bar in the dialog box. |
End_Dialog [Box$,]R Dialog_Id | |
Box$ | Has no significance and can allways be omitted. |
Dialog_Id | Dialog identification number. |
Conclude definition. |
FN Rbutton(Line_No,Dialog_Id) | |
Line_No | Line number within the dialog box. |
Dialog_Id | Dialog identification number. |
Determine number of pressed radio button. |
3. Dialog Library -turn page- 4. Window Library |
© 1998-1999 Berkhan-Software www.berkhan.com | Home |